﻿2026-07-27T06:10:51.6702622Z ##[group]Run actions/checkout@v5
2026-07-27T06:10:51.6703098Z with:
2026-07-27T06:10:51.6703387Z   fetch-depth: 0
2026-07-27T06:10:51.6703728Z   repository: BigscreenVR/spt-bs-core
2026-07-27T06:10:51.6706524Z   token: ***
2026-07-27T06:10:51.6706857Z   ssh-strict: true
2026-07-27T06:10:51.6707146Z   ssh-user: git
2026-07-27T06:10:51.6707459Z   persist-credentials: true
2026-07-27T06:10:51.6707788Z   clean: true
2026-07-27T06:10:51.6708089Z   sparse-checkout-cone-mode: true
2026-07-27T06:10:51.6708474Z   fetch-tags: false
2026-07-27T06:10:51.6708795Z   show-progress: true
2026-07-27T06:10:51.6709100Z   lfs: false
2026-07-27T06:10:51.6709437Z   submodules: false
2026-07-27T06:10:51.6709751Z   set-safe-directory: true
2026-07-27T06:10:51.6710133Z   allow-unsafe-pr-checkout: false
2026-07-27T06:10:51.6710493Z ##[endgroup]
2026-07-27T06:10:51.8484969Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T06:10:51.8486289Z ##[group]Getting Git version info
2026-07-27T06:10:51.8486869Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T06:10:51.8771592Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T06:10:51.8988905Z git version 2.43.0.windows.1
2026-07-27T06:10:51.9011575Z ##[endgroup]
2026-07-27T06:10:51.9019285Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\cb9f8850-42f0-4307-8a72-819749825b4c\.gitconfig'
2026-07-27T06:10:51.9032802Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cb9f8850-42f0-4307-8a72-819749825b4c' before making global git config changes
2026-07-27T06:10:51.9033864Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T06:10:51.9038036Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T06:10:51.9312670Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T06:10:51.9523382Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T06:10:51.9549109Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T06:10:51.9553403Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T06:10:51.9763330Z HEAD
2026-07-27T06:10:52.0009864Z ##[endgroup]
2026-07-27T06:10:52.0013087Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T06:10:52.3760291Z ##[group]Cleaning the repository
2026-07-27T06:10:52.3763846Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T06:11:04.3002932Z Removing target/
2026-07-27T06:11:04.3037932Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T06:11:04.3920215Z HEAD is now at b6404adf Merge 3bf8563f30be067c30f743d86aa82b9d6c72ebcc into cc3a0545b31fbda9e78b6de420bb7c08f6727c1b
2026-07-27T06:11:04.3944909Z ##[endgroup]
2026-07-27T06:11:04.3949077Z ##[group]Disabling automatic garbage collection
2026-07-27T06:11:04.3954267Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T06:11:04.4189575Z ##[endgroup]
2026-07-27T06:11:04.4190036Z ##[group]Setting up auth
2026-07-27T06:11:04.4197419Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T06:11:04.4424283Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T06:11:04.8549035Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T06:11:04.8810159Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T06:11:05.2912073Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T06:11:05.3158350Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T06:11:05.9804127Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T06:11:06.0130439Z ##[endgroup]
2026-07-27T06:11:06.0131006Z ##[group]Fetching the repository
2026-07-27T06:11:06.0139081Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1c7b19b0236bd9d40fec9ab51c5c4225d0c80d28:refs/remotes/pull/99/merge
2026-07-27T06:11:07.1639855Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T06:11:07.1640406Z    be4182b6..3d9ec73a  main       -> origin/main
2026-07-27T06:11:07.1767911Z ##[endgroup]
2026-07-27T06:11:07.1768504Z ##[group]Determining the checkout info
2026-07-27T06:11:07.1769060Z ##[endgroup]
2026-07-27T06:11:07.1773695Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T06:11:07.2062455Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T06:11:07.2309619Z ##[group]Checking out the ref
2026-07-27T06:11:07.2314793Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/99/merge
2026-07-27T06:11:07.3223010Z Previous HEAD position was b6404adf Merge 3bf8563f30be067c30f743d86aa82b9d6c72ebcc into cc3a0545b31fbda9e78b6de420bb7c08f6727c1b
2026-07-27T06:11:07.3223634Z HEAD is now at 1c7b19b0 Merge a2fbc72800ab67b9b5cab7e59e1b559476a7b35e into be4182b6b1c54e37adf6eae047b5d79602056ac1
2026-07-27T06:11:07.3248422Z ##[endgroup]
2026-07-27T06:11:07.3512030Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T06:11:07.3737188Z 1c7b19b0236bd9d40fec9ab51c5c4225d0c80d28
